Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove usage of 2-arg LA.AbstractTriangular #146

Merged
merged 8 commits into from
Jul 11, 2023
Merged

Conversation

dkarrasch
Copy link
Member

Late adaptation to JuliaLang/julia#26307.

@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 🎉

Comparison is base (a7786a0) 86.49% compared to head (9c99b36) 86.52%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
+ Coverage   86.49%   86.52%   +0.03%     
==========================================
  Files          10       10              
  Lines        1740     1744       +4     
==========================================
+ Hits         1505     1509       +4     
  Misses        235      235              
Impacted Files Coverage Δ
src/ArrayLayouts.jl 82.32% <100.00%> (+0.19%) ⬆️
src/memorylayout.jl 84.19% <100.00%> (ø)
src/mul.jl 82.07% <100.00%> (+0.17%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

src/ArrayLayouts.jl Outdated Show resolved Hide resolved
src/ArrayLayouts.jl Outdated Show resolved Hide resolved
src/ArrayLayouts.jl Outdated Show resolved Hide resolved
Co-authored-by: Alex Arslan <ararslan@comcast.net>
@dlfivefifty dlfivefifty merged commit 32e5ab8 into master Jul 11, 2023
15 checks passed
@ararslan ararslan deleted the dk/triangular branch July 11, 2023 23:06
KristofferC pushed a commit that referenced this pull request Apr 22, 2024
* remove usage of 2-arg `LA.AbstractTriangular`

* fix

* another fix

* fix v1.9

* include review comments

* Update Project.toml

* Update src/ArrayLayouts.jl

Co-authored-by: Alex Arslan <ararslan@comcast.net>

---------

Co-authored-by: Alex Arslan <ararslan@comcast.net>
(cherry picked from commit 32e5ab8)
jishnub pushed a commit that referenced this pull request Apr 23, 2024
* remove usage of 2-arg `LA.AbstractTriangular` (#146)

* remove usage of 2-arg `LA.AbstractTriangular`

* fix

* another fix

* fix v1.9

* include review comments

* Update Project.toml

* Update src/ArrayLayouts.jl

Co-authored-by: Alex Arslan <ararslan@comcast.net>

---------

Co-authored-by: Alex Arslan <ararslan@comcast.net>
(cherry picked from commit 32e5ab8)

* change an exact equality check to approximate

* bump version

---------

Co-authored-by: Daniel Karrasch <daniel.karrasch@posteo.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants